Leadtools.Dicom.Common

Get<T>(DicomDataSet,DicomElement) Method

Show in webframe





The type of data to get from the DICOM dataset.
The data set to read the information from.
The parent Leadtools.Dicom.DicomElement that specifies where to start reading in the Leadtools.Dicom.DicomDataSet.
Gets the specified data from the DICOM dataset and assigns it in a new instance of T.
Syntax
[ExtensionAttribute()]
public static T Get<T>( 
   DicomDataSet ds,
   DicomElement parent
)
where T: 
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function Get(Of T As {})( _
   ByVal ds As DicomDataSet, _
   ByVal parent As DicomElement _
) As T
'Usage
 
Dim ds As DicomDataSet
Dim parent As DicomElement
Dim value As T
 
value = DicomExtensions.Get(Of T)(ds, parent)

            

            
[ExtensionAttribute()]
public:
static T^ Getgeneric<typename T>
( 
   DicomDataSet^ ds,
   DicomElement^ parent
) 
where T: 

Parameters

ds
The data set to read the information from.
parent
The parent Leadtools.Dicom.DicomElement that specifies where to start reading in the Leadtools.Dicom.DicomDataSet.

Type Parameters

T
The type of data to get from the DICOM dataset.

Return Value

A new instance of T with the information from the DICOM dataset.
Requirements

Target Platforms

See Also

Reference

DicomExtensions Class
DicomExtensions Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Common requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features